home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00202.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  185 b   |  12 lines

  1. on mouseUp
  2.   global discs, monitorOn
  3.   set monitorOn to 1
  4.   puppetSound("DBLCLICK.AIF")
  5.   updateStage()
  6.   if discs = 0 then
  7.     go("MON START")
  8.   else
  9.     go("MONITOR ON")
  10.   end if
  11. end
  12.